Skip to content

Add publish workflow#3

Merged
blizhan merged 1 commit into
mainfrom
001-aim-command-passthrough
Apr 13, 2026
Merged

Add publish workflow#3
blizhan merged 1 commit into
mainfrom
001-aim-command-passthrough

Conversation

@blizhan

@blizhan blizhan commented Apr 13, 2026

Copy link
Copy Markdown
Owner

No description provided.

@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@blizhan blizhan merged commit 06a7417 into main Apr 13, 2026
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b0599f6127

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

uses: astral-sh/setup-uv@v3

- name: Build
run: uv run --with build python -m build

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Avoid syncing dev deps when building release artifacts

The Build command uses uv run in project mode, which (per uv help run) creates/updates the project environment and includes default dependency groups unless --no-dev/--no-default-groups is set. In this repo, pyproject.toml defines a heavy dev group (including aim), so publishing now depends on unrelated dev dependency resolution and mirror availability; a transient dev-package/index failure can block PyPI releases even when the package itself is buildable.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant